ANativeActivity_onCreate

The name of the function that NativeInstance looks for when launching its native code. This is the default function that is used, you can specify "android.app.func_name" string meta-data in your manifest to use a different function.

version(Android)
extern (C) extern
ANativeActivity_createFunc ANativeActivity_onCreate;

Meta